DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / Key Property

In This Topic
    Key Property (C1CommandBase<TCommandImpl>)
    In This Topic
    The Key of to identifies this command in a uniquely way.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property Key As String
    protected virtual string Key {get;}
    See Also